home *** CD-ROM | disk | FTP | other *** search
- global gMasterData, gLastRoller, balloonSprite, checkMarks1, gHandCursor, gFingerCursor
-
- on startMovie
- setModule(gMasterData, #assessment)
- setSoundList(gMasterData, ["03": 0, "04": 0, "11": 0, "12": 0, "13": 0, "14": 0, "15": 0, "16": 0, "17": 0, "18": 0, "19": 0, "20": 0, "21": 0])
- initFields()
- if voidp(checkMarks1) then
- set checkMarks1 to [#style: 0, #history: 0, #reactions: 0, #resources: 0, #fourCorners: 0]
- end if
- setRollSpecs()
- set balloonSprite to 45
- set gLastRoller to 0
- set gHandCursor to [member "hand cursor", member "hand mask"]
- set gFingerCursor to [member "finger cursor", member "finger mask"]
- setFingerCursor(#on, [39, 40, 41, 42, 43, 44])
- keepLittleSounds()
- set the keyDownScript to "quitCatcher"
- cursor(0)
- end
-
- on quitCatcher
- if the commandDown and ((the key = "q") or (the key = ".")) then
- stopSounds()
- if iAmActivated(gMasterData) then
- getAllPart1()
- end if
- go("quit", "Menu")
- end if
- pass()
- end
-